home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / room-maker.swf / scripts / frame_2 / DoAction.as
Text File  |  2008-03-17  |  182b  |  9 lines

  1. if(this.getBytesLoaded() >= this.getBytesTotal())
  2. {
  3.    _root.gotoAndPlay("intro");
  4. }
  5. else
  6. {
  7.    _root.loader01._xscale = this.getBytesLoaded() / this.getBytesTotal() * 100;
  8. }
  9.